home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -screenplay- / utilities / hd_installers / ninjaspirits / jst.readme < prev    next >
Text File  |  1997-11-05  |  6KB  |  138 lines

  1. Now there is one main program called JST (JOTDStartup) which loads the specific loader.
  2. It allows easier updates and debugging. It also allows easier programming of loaders.
  3.  
  4. JST is included in this archive.
  5.  
  6. JOTD HD Startup is © 1995-1997 Jean-François FABRE
  7. JOTDStartup is © 1997 Jean-François FABRE
  8.  
  9. Please read this file. It's worth.
  10. You should also read the specific .readme file for the game you want to install. Some
  11. hints can help.
  12.  
  13.  
  14. OPTIONS:
  15.  
  16. You can select the options:
  17.  
  18. - From the CLI by typing the arguments (JST ? for help)
  19. - From the WB by activating/disabling the tooltypes
  20.  
  21. Some have effect only on loaders that support them. They will be noted are *OPTIONAL*
  22. Some have effect on all loaders. They're noted as *GENERAL*
  23.  
  24. Here's a short description of the options.
  25.  
  26. - OBJNAME="object": lets you specify an object name (icon launch).
  27.  
  28. - NTSC (GENERAL): default for loader is PAL. NTSC changes this to NTSC (really?)
  29.  
  30. - TRAINER (OPTIONAL): activates trainer when there is one. It can be infinite lives, time, etc...
  31.  
  32. - QUIET (GENERAL): displays nothing and opens no window. No error messages, and no author message.
  33.   Be sure that everything works OK before selecting this one.
  34.  
  35. - NOCACHES (GENERAL): Sets CACR to 0. All caches are disabled. 68060 supported.
  36.  
  37. - NOFAST (GENERAL): If you got crap sprites, this could help.
  38.  
  39. - HDLOAD (GENERAL): to save some memory, you can load from HD instead of caching all the files in RAM.
  40.   It works for diskfiles and normal files.
  41.   Useless in games with only 1 diskfile, use LOWMEM instead.
  42.  
  43. - LOWMEM (OPTIONAL): will not cache diskfiles in memory. Read directly from disk. Useful if you've
  44.   got a A1200/020/NoFast. With normal files, LOWMEM consumes even less memory than HDLOAD. Some
  45.   loaders may bring up and error message. In that case they don't support this option yet.
  46.  
  47. - NOOSSWAP (OPTIONAL): Disables in game HD loads/saves. Depending on the loaders, NOOSSWAP
  48.   will try to access the floppy when you try to save/load a game, or will do nothing.
  49.   If you don't select NOOSSWAP, if the game has some data to write, it will do it on your
  50.   hard drive. It's rather safe (I've been using it for a while now) but you should avoid
  51.   filesystems or disk caches that perform copyback caching (AFS, possible in Dynamicache).
  52.   This is not generally harmful, except if you quit by a reset or the game locks. In that
  53.   case, your hard drive can be unvalidated.
  54.  
  55. - DELAY (GENERAL): Waits 2 seconds before starting the game. Useful if you've just saved the promotion
  56.   prefs (the loader opens an intuition screen) on a screen promoter like NewMode. You only
  57.   have to save it once, but if you don't specify DELAY the first time you run one of my loaders.
  58.   Once the prefs saved to disk properly, you can remove the DELAY option. You can also edit
  59.   a program, change its name to HDStartup in the promoter window and save (NewMode).
  60.   You should not promote the HDStartup screen. It's useless and can create problems. You won't be
  61.   able to run a PAL game in multiscan anyway...
  62.   This DELAY option can also be useful for low speed media. It allows the drive to stop.
  63.   For the moment, only the Pinball Dreams patch allows to use this option.
  64.  
  65.  
  66. Some options are here for debug and developpement purpose only:
  67.  
  68. - DEBUG (GENERAL): useful only for bug reports. Makes a memory image on exit.
  69. - LEAVEVBR (GENERAL): useful only for debugging purposes, and with a debugger such as Action-Replay,
  70.           HRTMon or ThrillKill. Don't select it unless you want to debug.
  71. - TEST (GENERAL): The loader will not start. Only the options selected will be displayed.
  72.  
  73.  
  74. Example from CLI:
  75.  
  76. JST MagicPocketsHD NOCACHES DELAY NTSC
  77.  
  78.  
  79. PROBLEMS:
  80.  
  81. Some error messages can occur before or after the game has started:
  82.  
  83. - Not enough memory: try to free some memory. Playing with NOFAST and HDLOAD can help too.
  84.  
  85. - Unsupported version: some games exist in different versions. I try to support some of them,
  86.   but if the program does not recognize the version, it can display this message (it can crash too!).
  87.  
  88. - Exception occured: some illegal instruction was encountered while the game executes. Try NOCACHES and
  89.   NOFAST to see if it helps.
  90. - LINEF/MOVEP (68060) encountered: Same thing.
  91.  
  92. - Wrong virtual disk ID: patch error. Contact author.
  93.  
  94. - Diskfile not found: in HDLOAD mode, a file is missing.
  95.  
  96. - GetDiskPointer called while in LOWMEM mode: LOWMEM is not possible with this loader.
  97.  
  98.  
  99. If the game simply hangs or resets, check that you don't have some MMU related program
  100. running (enforcer, VMM...) or low level patches like Fastexec. My patches are reported
  101. to work with softkicked amigas, though.
  102. The game can crash if it finds an exception and there is not enough memory to restore the
  103. system and display the exception message. Buy some more mem :-)
  104.  
  105. DISCLAIMER:
  106.  
  107. I'm not responsible for any damage caused directly or indirectly by this piece
  108. of software.
  109.  
  110. DISTRIBUTION:
  111.  
  112. My HD work can be distributed freely, but I'd appreciate that you drop me a line
  113. if you include it in a coverdisk or PD collection. If you like (or you dislike)
  114. this piece of software, you can e-mail me.
  115.  
  116.  
  117. However, FFD (France Festival Distribution) is not allowed to include it in any
  118. of its PD disks (if you read usenet in fr.comp.sys.amiga, you'll know why).
  119. It's the only exception for the distribution.
  120.  
  121. ME:
  122.  
  123. Visit my patch page, where all my HD work is gathered, along with some other
  124. quality installers (all for original software), and some other interesting
  125. freeware stuff:
  126.  
  127. http://www.ensica.fr/~jffabre/patches.html
  128.  
  129. And my home page (totally stupid stuff):
  130.  
  131. http://www.ensica.fr/~jffabre/ (english)
  132. http://www.ensica.fr/~jffabre/index_fr.html (french)
  133.  
  134. E-mail: jffabre@ensica.fr
  135.  
  136.  
  137. Jeff
  138.